In [ ]:
!pip install -qU torch matplotlib seaborn pandas ydata-profiling scikit-learn ipywidgets
In [ ]:
import pandas as pd
df = pd.read_csv("./archive/WA_Fn-UseC_-HR-Employee-Attrition.csv")
In [ ]:
from IPython.display import display, Markdown
pd.set_option("display.max_colwidth", None)
In [ ]:
import ydata_profiling
ydata_profiling.ProfileReport(df)
Summarize dataset: 0%| | 0/5 [00:00<?, ?it/s]
Generate report structure: 0%| | 0/1 [00:00<?, ?it/s]
Render HTML: 0%| | 0/1 [00:00<?, ?it/s]